BPM.Server
RecedeBack(Int32[],String) Method



Syntax
'Declaration
 
Public Overloads Function RecedeBack( _
   ByVal toStepIds() As Integer, _
   ByVal comments As String _
) As BPMStepCollection
'Usage
 
Dim instance As BPMProcStep
Dim toStepIds() As Integer
Dim comments As String
Dim value As BPMStepCollection
 
value = instance.RecedeBack(toStepIds, comments)
public BPMStepCollection RecedeBack( 
   int[] toStepIds,
   string comments
)

Parameters

toStepIds
comments
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BPMProcStep Class
BPMProcStep Members
Overload List

Send Feedback